

.banner {
  margin-top: 110px;
}

.banner .swiper-container {
  height: 650px;
}

.banner .swiper-container .swiper-pagination {
  bottom: 30px;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  opacity: 1;
  height: 8px;
  border: solid 1px #ffffff;
  background-color: transparent;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.banner .swiper-container .swiper-button-prev {
  left: 160px;
  opacity: 1;
  width: 40px;
  height: 40px;
  background-color: #015aaa;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .swiper-container .swiper-button-prev.swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.3);
}

.banner .swiper-container .swiper-button-prev img {
  display: inline-block;
}

.banner .swiper-container .swiper-button-next {
  right: 160px;
  opacity: 1;
  width: 40px;
  height: 40px;
  background-color: #015aaa;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .swiper-container .swiper-button-next.swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.3);
}

.banner .swiper-container .swiper-button-next img {
  display: inline-block;
}

.news {
  background-color: #f5f9fc;
}

.news .main {
  background-color: #ffffff;
}

.news .main .title {
  margin: 0 40px;
  border-bottom: solid 1px #e8e8e8;
}

.news .main .title dl {
  float: left;
}

.news .main .title dl dt {
  font-size: 30px;
  color: #000000;
  padding-top: 60px;
}

.news .main .title dl dd {
  font-size: 20px;
  color: #015aaa;
  padding-bottom: 20px;
}

.news .main .title a {
  float: right;
  font-size: 16px;
  color: #015aaa;
  margin-top: 90px;
}

.news .main .title a img {
  margin-left: 5px;
}

.news .main .text {
  margin: 40px;
}

.news .main .text .left {
  float: left;
  width: 39.474%;
}

.news .main .text .left .swiper-container {
  width: 100%;
  height: 100%;
}

.news .main .text .left .swiper-container .swiper-wrapper .swiper-slide dl dt {
  height: 306px;
  text-align: center;
  line-height: 306px;
}

.news .main .text .left .swiper-container .swiper-wrapper .swiper-slide dl dt img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.news .main .text .left .swiper-container .swiper-wrapper .swiper-slide dl dd {
  height: 138px;
  padding: 0 30px;
  background-color: #015aaa;
}

.news .main .text .left .swiper-container .swiper-wrapper .swiper-slide dl dd h3 {
  font-size: 24px;
  color: #ffffff;
  line-height: 34px;
  padding-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news .main .text .left .swiper-container .swiper-wrapper .swiper-slide dl dd p {
  padding-top: 10px;
  font-size: 14px;
  color: #ffffff;
  overflow: hidden;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news .main .text .left .swiper-container .swiper-pagination {
  bottom: 150px;
}

.news .main .text .left .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  opacity: 1;
  height: 8px;
  border: solid 1px #ffffff;
  background-color: transparent;
}

.news .main .text .left .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.news .main .text .right {
  width: 57.895%;
  float: right;
  text-align: center;
}

.news .main .text .right .righttitle {
  height: 160px;
  border-bottom: solid 1px #e8e8e8;
}

.news .main .text .right .righttitle h3 {
  font-size: 30px;
  color: #015aaa;
  font-weight: bold;
  line-height: 40px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news .main .text .right .righttitle p {
  padding-top: 20px;
}

.news .main .text .right .righttitle p span {
  font-size: 14px;
  color: #828282;
}

.news .main .text .right .righttitle h4 {
  font-size: 15px;
  color: #666666;
  line-height: 26px;
  padding-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news .main .text .right .righttext {
  height: 280px;
  overflow: hidden;
}

.news .main .text .right .righttext a {
  display: block;
  margin-top: 26px;
  position: relative;
}

.news .main .text .right .righttext a:hover i {
  color: #015aaa;
}

.news .main .text .right .righttext a::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.news .main .text .right .righttext a::before {
  top: 50%;
  left: 0;
  width: 6px;
  content: '';
  height: 6px;
  margin-top: -3px;
  border-radius: 100%;
  position: absolute;
  background-color: #015aaa;
}

.news .main .text .right .righttext a i {
  float: left;
  font-size: 16px;
  color: #000000;
  margin-left: 15px;
  width: 80%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news .main .text .right .righttext a span {
  float: right;
  font-size: 14px;
  color: #828282;
}

@media screen and (max-width: 1600px) {
  .news .main .text .left {
    width: 39.474%;
  }
  .news .main .text .left .swiper-container .swiper-wrapper .swiper-slide dl dt {
    height: 225px;
    line-height: 225px;
  }
  .news .main .text .left .swiper-container .swiper-wrapper .swiper-slide dl dd {
    height: 120px;
  }
  .news .main .text .left .swiper-container .swiper-wrapper .swiper-slide dl dd h3 {
    font-size: 20px;
    padding-top: 15px;
  }
  .news .main .text .left .swiper-container .swiper-pagination {
    bottom: 130px;
  }
  .news .main .text .right {
    width: 57.895%;
  }
  .news .main .text .right .righttitle {
    height: 140px;
  }
  .news .main .text .right .righttitle h3 {
    font-size: 24px;
  }
  .news .main .text .right .righttitle p {
    padding-top: 5px;
  }
  .news .main .text .right .righttitle h4 {
    padding-top: 5px;
  }
  .news .main .text .right .righttext {
    height: 204px;
  }
  .news .main .text .right .righttext a {
    margin-top: 20px;
  }
}

.about {
  background-color: #f5f9fc;
}

.about .main .left {
  float: left;
  width: calc(57.5% - 80px);
  padding: 0 40px;
}

.about .main .left dl {
  padding-top: 60px;
}

.about .main .left dl dt {
  font-size: 30px;
  color: #ffffff;
}

.about .main .left dl dd {
  font-size: 20px;
  color: #ffffff;
}

.about .main .left .textp {
  font-size: 16px;
  color: #ffffff;
  padding-top: 40px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.about .main .left a {
  float: left;
  font-size: 16px;
  color: #ffffff;
  padding-top: 60px;
}

.about .main .left a img {
  filter: grayscale(100%) brightness(400%);
}

.about .main .right {
  float: right;
  width: 42.5%;
}

.about .main .right img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1600px) {
  .about .main .left {
    width: calc(52% - 80px);
  }
  .about .main .left dl {
    padding-top: 30px;
  }
  .about .main .left dl dt {
    font-size: 26px;
  }
  .about .main .left dl dd {
    font-size: 18px;
  }
  .about .main .left .textp {
    font-size: 16px;
    color: #ffffff;
    padding-top: 30px;
    line-height: 26px;
  }
  .about .main .left a {
    padding-top: 50px;
  }
  .about .main .right {
    width: 48%;
  }
}

.industry {
  background-color: #f5f9fc;
}

.industry .main {
  background-color: #ffffff;
}

.industry .main .title {
  margin: 0 40px;
  position: relative;
  text-align: center;
  border-bottom: solid 1px #e8e8e8;
}

.industry .main .title dl {
  top: 0;
  left: 0;
  position: absolute;
}

.industry .main .title dl dt {
  font-size: 30px;
  color: #000000;
  padding-top: 60px;
}

.industry .main .title dl dd {
  font-size: 20px;
  color: #015aaa;
  padding-bottom: 20px;
}

.industry .main .title ul {
  padding: 80px 0 40px;
}

.industry .main .title ul li {
  margin: 0 33px;
  cursor: pointer;
  font-size: 16px;
  color: #858585;
  display: inline-block;
  position: relative;
}

.industry .main .title ul li.active {
  color: #015aaa;
  font-weight: bold;
}

.industry .main .title ul li.active::after {
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  bottom: -41px;
  position: absolute;
  background-color: #015aaa;
}

.industry .main .title ul li:hover {
  color: #015aaa;
  font-weight: bold;
}

.industry .main .title ul li:hover::after {
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  bottom: -41px;
  position: absolute;
  background-color: #015aaa;
}

.industry .main .title .more {
  top: 0;
  right: 0;
  font-size: 16px;
  color: #015aaa;
  margin-top: 90px;
  position: absolute;
}

.industry .main .title .more img {
  margin-left: 5px;
}

.industry .main .swiper {
  padding: 40px 40px 60px;
  border-bottom: solid 1px #e8e8e8;
}

.industry .main .swiper .item {
  display: none;
}

.industry .main .swiper .item.active {
  display: block;
}

.industry .main .swiper .item .swiper-container {
  padding-bottom: 60px;
}

.industry .main .swiper .item .swiper-container .swiper-wrapper .swiper-slide {
  height: 445px;
  background-color: #f5f9fc;
}

.industry .main .swiper .item .swiper-container .swiper-wrapper .swiper-slide dl dt {
  height: 395px;
}

.industry .main .swiper .item .swiper-container .swiper-wrapper .swiper-slide dl dt img {
  width: 100%;
  height: auto;
}

.industry .main .swiper .item .swiper-container .swiper-wrapper .swiper-slide dl dd {
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
}

.industry .main .swiper .item .swiper-container .swiper-wrapper .swiper-slide dl dd p {
  float: left;
  width: 90%;
  font-size: 18px;
  color: #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.industry .main .swiper .item .swiper-container .swiper-wrapper .swiper-slide dl dd img {
  float: right;
  margin-top: 18px;
}

.industry .main .swiper .item .swiper-container .swiper-pagination {
  bottom: 0;
}

.industry .main .swiper .item .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  opacity: 1;
  height: 8px;
  border: solid 1px #015aaa;
  background-color: transparent;
}

.industry .main .swiper .item .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #015aaa;
}

.industry .main .swiper .item .swiper-container .swiper-button-prev {
  top: 40%;
  opacity: 1;
  width: 40px;
  height: 40px;
  background-color: #015aaa;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.industry .main .swiper .item .swiper-container .swiper-button-prev.swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.3);
}

.industry .main .swiper .item .swiper-container .swiper-button-prev img {
  display: inline-block;
}

.industry .main .swiper .item .swiper-container .swiper-button-next {
  top: 40%;
  opacity: 1;
  width: 40px;
  height: 40px;
  background-color: #015aaa;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.industry .main .swiper .item .swiper-container .swiper-button-next.swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.3);
}

.industry .main .swiper .item .swiper-container .swiper-button-next img {
  display: inline-block;
}

.industry .main .text {
  padding: 40px 40px 60px;
}

.industry .main .text .swiper-container .swiper-wrapper .swiper-slide {
  height: 110px;
}

.industry .main .text .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1600px) {
  .industry .main .swiper .item .swiper-container .swiper-wrapper .swiper-slide dl dt {
    height: 390px;
  }
  .industry .main .text {
    padding: 40px 40px 60px;
  }
  .industry .main .text .swiper-container .swiper-wrapper .swiper-slide {
    height: 110px;
  }
}
